summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2010-11-05Fix git-apply with -p greater than 1Libravatar Federico Cuello1-14/+14
2010-11-05clone: Add the --recurse-submodules option as alias for --recursiveLibravatar Jens Lehmann1-0/+2
2010-11-05diff,difftool: Don't use the {0,2} notation in usage stringsLibravatar Štěpán Němec1-1/+1
2010-11-04commit: --squash option for use with rebase --autosquashLibravatar Pat Notz1-2/+33
2010-11-04commit: --fixup option for use with rebase --autosquashLibravatar Pat Notz1-4/+18
2010-11-04commit: helper methods to reduce redundant blocks of codeLibravatar Pat Notz3-25/+6
2010-11-03Change incorrect "remote branch" to "remote tracking branch" in C codeLibravatar Matthieu Moy4-8/+8
2010-11-03Change "tracking branch" to "remote-tracking branch"Libravatar Matthieu Moy2-3/+3
2010-11-03Replace "remote tracking" with "remote-tracking"Libravatar Matthieu Moy1-1/+1
2010-10-29apply: don't segfault on binary files with missing dataLibravatar Jeff King1-0/+6
2010-10-26Merge branch 'jf/merge-ignore-ws'Libravatar Junio C Hamano3-32/+5
2010-10-22make pack-objects a bit more resilient to repo corruptionLibravatar Nicolas Pitre1-1/+15
2010-10-22update-index -h: show usage even with corrupt indexLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-10-22merge -h: show usage even with corrupt indexLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2010-10-22ls-files -h: show usage even with corrupt indexLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-10-22gc -h: show usage even with broken configurationLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-10-22commit/status -h: show usage even with broken configurationLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2010-10-22checkout-index -h: show usage even in an invalid repositoryLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-10-22branch -h: show usage even in an invalid repositoryLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-10-21Sync with 1.7.3.2Libravatar Junio C Hamano14-22/+22
2010-10-19blame: Add option to show author email instead of nameLibravatar Kevin Ballard1-6/+22
2010-10-18push: pass --progress down to git-pack-objectsLibravatar Jeff King1-0/+3
2010-10-18send-pack: avoid redundant "pack-objects died with strange error"Libravatar Jonathan Nieder1-1/+1
2010-10-18merge-file: correctly find files when called in subdirLibravatar Thomas Rast1-1/+6
2010-10-13rev-list: handle %x00 NUL in user formatLibravatar Jeff King1-2/+4
2010-10-13apply: Recognize epoch timestamps with : in the timezoneLibravatar Anders Kaseorg1-4/+7
2010-10-13git-remote-extLibravatar Ilari Liusvaara1-0/+248
2010-10-13git-remote-fdLibravatar Ilari Liusvaara1-0/+79
2010-10-08Fix {update,checkout}-index usage stringsLibravatar Štěpán Němec2-2/+2
2010-10-08Put a space between `<' and argument in pack-objects usage stringLibravatar Štěpán Němec1-1/+1
2010-10-08Use parentheses and `...' where appropriateLibravatar Štěpán Němec8-8/+8
2010-10-08Use angles for placeholders consistentlyLibravatar Štěpán Němec6-12/+12
2010-10-06commit-tree: free commit message before exitingLibravatar Jonathan Nieder1-5/+7
2010-10-06Merge branch 'bc/fix-cherry-pick-root'Libravatar Junio C Hamano1-1/+1
2010-10-06Merge branch 'maint'Libravatar Junio C Hamano4-16/+22
2010-10-06do not depend on signed integer overflowLibravatar Erik Faye-Lund3-3/+3
2010-10-06init: plug tiny one-time memory leakLibravatar Jonathan Nieder1-13/+19
2010-09-30Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-09-30Fix typo in pack-objects' usageLibravatar Johannes Schindelin1-1/+1
2010-09-29blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Libravatar Kirill Smelkov2-12/+23
2010-09-29Merge branch 'jk/read-tree-empty'Libravatar Junio C Hamano1-1/+9
2010-09-29Merge branch 'rr/format-patch-count-without-merges'Libravatar Junio C Hamano1-6/+1
2010-09-29Merge branch 'rr/fmt-merge-msg'Libravatar Junio C Hamano2-41/+51
2010-09-27Improvements to `git checkout -h`Libravatar Daniel Knittl-Frank1-6/+6
2010-09-27builtin/revert.c: don't dereference a NULL pointerLibravatar Brandon Casey1-1/+1
2010-09-15Merge branch 'dr/maint-ls-tree-prefix-recursion-fix'Libravatar Junio C Hamano1-0/+2
2010-09-12ls-tree $di $dir: do not mistakenly recurse into directoriesLibravatar Junio C Hamano1-0/+2
2010-09-10read-tree: deprecate syntax without tree-ish argsLibravatar Jan Krüger1-1/+9
2010-09-09builtin/fetch.c: comment that branch->remote_name is usable when has_mergeLibravatar Brandon Casey1-0/+3
2010-09-09merge: Make 'merge.log' an integer or boolean optionLibravatar Ramkumar Ramachandra2-10/+13