summaryrefslogtreecommitdiffstats
path: root/test-sha1.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-09blame: prevent a segv when -L given start > EOFJay Soffian2-1/+9
2010-02-09git-push: document all the status flags used in the outputJunio C Hamano1-5/+10
2010-02-09Fix parsing of imap.preformattedHTML and imap.sslverifyJunio C Hamano1-7/+8
2010-02-08git-add documentation: Fix shell quoting exampleJunio C Hamano1-1/+1
2010-02-08archive: simplify archive format guessingRené Scharfe2-18/+26
2010-02-05Update git fsck --full short description to mention packsWesley J. Landaker1-1/+1
2010-01-29fix memcpy of overlapping areaJeff King1-1/+1
2010-01-28bash: don't offer remote transport helpers as subcommandsSZEDER Gábor1-0/+1
2010-01-24git-gui: work from the .git dirGiuseppe Bilotta1-0/+10
2010-01-24git-gui: Fix applying a line when all following lines are deletionsJeff Epler1-0/+1
2010-01-23git-gui: Correct file_states when unstaging partly staged entryJens Lehmann1-0/+3
2010-01-23git-gui: Fix gitk for branch whose name matches local filePeter Krefting1-1/+1
2010-01-23git-gui: Keep repo_config(gui.recentrepos) and .gitconfig in syncChristopher Beelby1-0/+4
2010-01-23git-gui: handle really long error messages in updateindex.Pat Thoyts1-16/+18
2010-01-23ignore duplicated slashes in make_relative_path()Junio C Hamano2-9/+36
2010-01-22merge-recursive: do not return NULL only to cause segfaultJunio C Hamano1-4/+4
2010-01-22retry request without query when info/refs?query failsTay Ray Chuan1-2/+16
2010-01-21Fix "log --oneline" not to show notesJunio C Hamano3-4/+7
2010-01-21Fix "log" family not to be too agressive about showing notesJunio C Hamano8-1/+82
2010-01-20Git 1.6.6.1v1.6.6.1Junio C Hamano3-8/+16
2010-01-20Git 1.6.5.8v1.6.5.8Junio C Hamano4-3/+32
2010-01-20status: don't require the repository to be writableJunio C Hamano1-4/+6
2010-01-19bisect: fix singular/plural grammar nitDavid Ripton1-3/+5
2010-01-19Fix mis-backport of t7002Junio C Hamano1-1/+5
2010-01-19Update draft release notes to 1.6.6.1Junio C Hamano1-1/+16
2010-01-19grep: NUL terminate input from a fileJim Meyering1-0/+1
2010-01-16Fix uninitialized variable in get_refs_via_rsync().Richard Weinberger1-1/+1
2010-01-15Document git-blame triple -C optionRamkumar Ramachandra2-3/+5
2010-01-15fast-import: tag may point to any object typeDmitry Potapov1-5/+5
2010-01-12remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce2-2/+2
2010-01-12grep: -L should show empty filesJunio C Hamano1-2/+0
2010-01-12rebase--interactive: Ignore comments and blank lines in peek_next_commandMichael Haggerty1-1/+1
2010-01-10base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher1-8/+2
2010-01-10base85: encode_85() does not use the decode tableAndreas Gruenbacher1-2/+0
2010-01-10base85 debug code: Fix length byte calculationAndreas Gruenbacher1-1/+1
2010-01-10Documentation: tiny git config manual tweaksJonathan Nieder1-4/+4
2010-01-10Documentation: git gc packs refs by default nowJonathan Nieder1-9/+6
2010-01-08git-rm doc: Describe how to sync index & work treeBjörn Gustavsson1-1/+53
2010-01-07checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano1-2/+8
2010-01-07git-gui: Add hotkeys for "Unstage from commit" and "Revert changes"Vitaly _Vi Shukela1-2/+8
2010-01-07git-gui: Makefile: consolidate .FORCE-* targetsJonathan Nieder1-4/+3
2010-01-06checkout -m path: fix recreating conflictsJunio C Hamano2-1/+58
2010-01-02stash: mention --patch in usage string.Matthieu Moy1-1/+1
2009-12-31branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy2-15/+17
2009-12-31fast-import: Document author/committer/tagger name is optionalShawn O. Pearce2-6/+6
2009-12-31SubmittingPatches: hints to know the status of a submitted patch.Matthieu Moy1-0/+14
2009-12-31bash completion: factor submodules into dirty stateThomas Rast1-4/+2
2009-12-31Fix "git remote update" with remotes.defalt setBjörn Gustavsson2-6/+18
2009-12-30textconv: stop leaking file descriptorsJeff King1-0/+2
2009-12-30reset: unbreak hard resets with GIT_WORK_TREEJeff King2-4/+8