aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | Teach Git to respect skip-worktree bit (writing part)Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-23
| * | | | | Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy2009-08-23
| * | | | | Add test-index-versionNguyễn Thái Ngọc Duy2009-08-23
| * | | | | update-index: refactor mark_valid() in preparation for new optionsNguyễn Thái Ngọc Duy2009-08-23
* | | | | | Merge branch 'maint'Junio C Hamano2010-01-12
|\ \ \ \ \ \
| * | | | | | remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce2010-01-12
| * | | | | | grep: -L should show empty filesJunio C Hamano2010-01-12
| * | | | | | rebase--interactive: Ignore comments and blank lines in peek_next_commandMichael Haggerty2010-01-11
* | | | | | | lockfile: show absolute filename in unable_to_lock_messageMatthieu Moy2010-01-12
* | | | | | | hg-to-git: fix COMMITTER type-oBart Trojanowski2010-01-12
* | | | | | | push: spell 'Note about fast-forwards' section name correctly in error message.Matthieu Moy2010-01-11
* | | | | | | Merge branch 'tr/http-updates'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \
| * | | | | | | Remove http.authAnyJunio C Hamano2009-12-29
| * | | | | | | Allow curl to rewind the RPC read bufferMartin Storsjö2009-12-01
| * | | | | | | Add an option for using any HTTP authentication scheme, not only basicMartin Storsjö2009-11-27
| * | | | | | | http: maintain curl sessionsTay Ray Chuan2009-11-27
* | | | | | | | Merge branch 'jk/maint-1.6.5-reset-hard'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | reset: unbreak hard resets with GIT_WORK_TREEJeff King2009-12-30
* | | | | | | | | Merge branch 'jk/push-to-delete'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin-push: add --delete as syntactic sugar for :fooJan Krüger2009-12-30
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mm/config-path'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy2009-12-31
| |/ / / / / / / /
* | | | | | | | | Merge branch 'pm/cvs-environ'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CVS Server: Support reading base and roots from environmentPhil Miller2009-12-30
| |/ / / / / / / /
* | | | | | | | | Merge branch 'tr/maint-1.6.5-bash-prompt-show-submodule-changes'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bash completion: factor submodules into dirty stateThomas Rast2009-12-31
* | | | | | | | | | Merge branch 'bg/maint-remote-update-default'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix "git remote update" with remotes.defalt setBjörn Gustavsson2009-12-31
* | | | | | | | | | | Merge branch 'mm/diag-path-in-treeish'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Detailed diagnosis when parsing an object name fails.Matthieu Moy2009-12-07
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fc/opt-quiet-gc-reset'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | General --quiet improvementsFelipe Contreras2009-12-03
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-01-10
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2010-01-10
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2010-01-10
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2010-01-10
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher2010-01-09
| | | | * | | | | | | | | | | base85: encode_85() does not use the decode tableAndreas Gruenbacher2010-01-09
| | | | * | | | | | | | | | | base85 debug code: Fix length byte calculationAndreas Gruenbacher2010-01-09
| | | | * | | | | | | | | | | checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano2010-01-06
| * | | | | | | | | | | | | | Documentation: tiny git config manual tweaksJonathan Nieder2010-01-09
| * | | | | | | | | | | | | | Documentation: git gc packs refs by default nowJonathan Nieder2010-01-09
* | | | | | | | | | | | | | | daemon: consider only address in kill_some_child()Erik Faye-Lund2010-01-09
* | | | | | | | | | | | | | | help: fix configured help format taking over command line oneChristian Couder2010-01-09
* | | | | | | | | | | | | | | string-list: rename the include guard to STRING_LIST_HThiago Farina2010-01-09
* | | | | | | | | | | | | | | Describe second batch for 1.7.0 in draft release notesJunio C Hamano2010-01-07
* | | | | | | | | | | | | | | Merge branch 'js/filter-branch-prime'Junio C Hamano2010-01-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | filter-branch: remove an unnecessary use of 'git read-tree'Johannes Sixt2009-12-15
* | | | | | | | | | | | | | | | Merge branch 'sb/maint-octopus'Junio C Hamano2010-01-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \