Code

git.git
2007-02-05 Shawn O. Pearcebash: Support completion on git-cherry.
2007-02-05 Shawn O. PearceShow an example of deleting commits with git-rebase.
2007-02-05 Andy Parkinsgit-for-each-ref doesn't return "the bit after $GIT_DIR...
2007-02-05 Junio C Hamanot9200: Work around HFS+ issues.
2007-02-05 Junio C HamanoRename get_ident() to fmt_ident() and make it available...
2007-02-05 Gerrit Papegit-archimport: initial import needs empty directory
2007-02-05 Junio C HamanoRevert "Allow branch.*.merge to talk about remote track...
2007-02-05 Junio C HamanoMerge branch 'np/dreflog'
2007-02-04 Robin RosenbergWhy is it bad to rewind a branch that has already been...
2007-02-04 Junio C Hamanogit-clone --reference: saner handling of borrowed symrefs.
2007-02-04 Shawn O. Pearcebash: Support internal revlist options better.
2007-02-04 Shawn O. Pearcebash: Support unique completion when possible.
2007-02-04 Shawn O. Pearcebash: Support unique completion on git-config.
2007-02-04 Shawn O. Pearcebash: Classify more commends out of completion.
2007-02-04 Shawn O. Pearcebash: Add space after unique command name is completed.
2007-02-04 Shawn O. Pearcebash: Complete long options to git-add.
2007-02-04 Shawn O. Pearcebash: Classify cat-file and reflog as plumbing.
2007-02-04 Shawn O. Pearcebash: Remove short option completions for branch/checko...
2007-02-04 Junio C Hamanoshow-branch -g: default to the current branch.
2007-02-04 Nicolas PitreLet git-checkout always drop any detached head
2007-02-04 Nicolas PitreEnable HEAD@{...} and make it independent from the...
2007-02-04 Junio C HamanoMerge branch 'master' into np/dreflog
2007-02-04 Shawn O. PearceDefault GIT_MERGE_VERBOSITY to 5 during tests.
2007-02-04 Shawn O. PearceKeep untracked files not involved in a merge.
2007-02-04 Pavel RoskinAssorted typo fixes
2007-02-04 Shawn O. PearceCleanup subcommand documentation for git-remote.
2007-02-04 Pavel Roskingit-config --rename-section could rename wrong section
2007-02-04 Junio C Hamanocombine-diff: special case --unified=0
2007-02-04 Junio C HamanoWhy is it bad to rewind a branch that has already been...
2007-02-03 Junio C Hamanohonor GIT_REFLOG_ACTION in git-commit
2007-02-03 Junio C Hamanofix reflog entries for "git-branch"
2007-02-03 Nicolas Pitrescan reflogs independently from refs
2007-02-03 Junio C Hamanocore-tutorial: http reference link fix
2007-02-03 Junio C HamanoTutorial-2: Adjust git-status output to recent reality.
2007-02-03 Junio C HamanoTutorial: fix asciidoc formatting of "git add" section.
2007-02-03 Shawn O. PearceDon't leak file descriptors from unavailable pack files.
2007-02-03 Andy Parkinsdoc: hooks.txt said post-commit default sends an email...
2007-02-03 Eric WongDisallow invalid --pretty= abbreviations
2007-02-02 Mike ColemanFix some documentation typos and grammar
2007-02-02 Shawn O. PearceDon't find objects in packs which aren't available...
2007-02-02 Shawn O. PearceRefactor open_packed_git to return an error code.
2007-02-02 Shawn O. PearceCorrect comment in prepare_packed_git_one.
2007-02-02 Shawn O. PearceCleanup prepare_packed_git_one to reuse install_packed_git.
2007-02-02 Shawn O. PearceTeach 'git remote' how to cleanup stale tracking branches.
2007-02-02 Shawn O. PearcePull out remote listing functions in git-remote.
2007-02-02 Eric Wonggit-svn: do not let Git.pm warn if we prematurely close...
2007-02-02 Johannes SchindelinUpdate the documentation for the new '@{...}' syntax
2007-02-02 Johannes SchindelinTeach the '@{...}' notation to git-log -g
2007-02-02 Nicolas Pitreprovide a nice @{...} syntax to always mean the current...
2007-02-02 Nicolas Pitreprevent HEAD reflog to be interpreted as current branch...
2007-02-02 Junio C HamanoUse "git checkout -q" in git-bisect
2007-02-02 Nicolas Pitreadd a quiet option to git-checkout
2007-02-02 Nicolas Pitrereword the detached head message a little again
2007-02-01 Junio C Hamanodetached HEAD -- finishing touches
2007-01-31 Junio C HamanoGIT v1.5.0-rc3 v1.5.0-rc3
2007-01-31 Junio C HamanoDo not use hardcoded path to xhmtl.xsl to generate...
2007-01-31 Junio C Hamanogit main documentation: point at the user's manual.
2007-01-31 Junio C HamanoMerge branch 'master' of git://linux-nfs.org/~bfields/git
2007-01-31 Junio C Hamanot9200: do not test -x bit if the filesystem does not...
2007-01-31 Junio C Hamanot9200: Re-code non-ascii path test in UTF-8
2007-01-31 Aneesh Kumar K.VUpdate git-cat-file documentation
2007-01-31 Junio C HamanoDocumentation: "git-checkout <tree> <path>" takes any...
2007-01-31 David KågedalImproved error message from git-rebase
2007-01-31 Alex RiesenFix git-update-index to work with relative pathnames.
2007-01-31 Shawn O. PearceEscape --upload-pack from expr.
2007-01-31 Shawn O. PearceDon't coredump on bad refs in update-server-info.
2007-01-31 Nicolas Pitretone down the detached head warning
2007-01-31 Junio C HamanoFix git-tag -u
2007-01-30 J. Bruce Fieldsuser-manual: todo's
2007-01-30 J. Bruce Fieldsuser-manual: point to README for gitweb information
2007-01-30 Aneesh Kumar K.Vblameview: Use git-cat-file to read the file content.
2007-01-30 Santi Béjargit-fetch: Allow fetching the remote HEAD
2007-01-30 Junio C Hamanogit-send-email: remove debugging output.
2007-01-30 Johannes SixtAdd a missing fork() error check.
2007-01-30 Junio C Hamanogit-blame: somewhat better commenting.
2007-01-29 Mark WoodingMake fsck and fsck-objects be builtins.
2007-01-29 Junio C Hamanogit-commit -s: no extra space when sign-offs appear...
2007-01-29 Simon 'corecode... Replace perl code with pure shell code
2007-01-29 Junio C Hamanolock_any_ref_for_update(): do not accept malformatted...
2007-01-29 Junio C HamanoTwo small typofixes.
2007-01-29 J. Bruce Fieldsuser-manual: SHA1 -> object name
2007-01-29 J. Bruce Fieldsuser-manual: document git-show-branch example
2007-01-29 J. Bruce Fieldsuser-manual: minor "TODO" updates
2007-01-29 J. Bruce Fieldsuser-manual: rewrap a few long lines
2007-01-29 J. Bruce Fieldsuser-manual: reflogs, other recovery
2007-01-29 J. Bruce Fieldsuser-manual: fix a header level
2007-01-29 J. Bruce Fieldsuser-manual: typo fix
2007-01-29 J. Bruce Fieldsuser-manual: add references to git-config man page
2007-01-29 J. Bruce Fieldsuser-manual: repo-config -> config
2007-01-29 J. Bruce Fieldsuser-manual: fsck-objects -> fsck
2007-01-29 J. Bruce Fieldsuser-manual: git-fsck, dangling objects
2007-01-29 Junio C Hamanogit-fsck-objects is now synonym to git-fsck
2007-01-29 Tom Prince[PATCH] Rename git-repo-config to git-config.
2007-01-28 Andy ParkinsHeavily expanded update hook to send more useful emails...
2007-01-28 Andy ParkinsUNIX reference time of 1970-01-01 00:00 is UTC timezone...
2007-01-28 Shawn O. PearceTeach for-each-ref about a little language called Tcl.
2007-01-28 Jeff KingAdd a sample program 'blameview' to show how to use...
2007-01-28 Linus Torvaldsgit-push through git protocol
2007-01-28 Junio C HamanoDocument 'git-blame --incremental'
2007-01-28 Mark WoodingDocumentation/config.txt: Fix documentation of colour...
next