summaryrefslogtreecommitdiffstats
path: root/git-notes.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-27Fix remote.<remote>.vcsIlari Liusvaara1-6/+5
2010-01-27work around an obnoxious bash "safety feature" on OpenBSDJunio C Hamano1-3/+3
2010-01-27fix portability issues with $ in double quotesStephen Boyd12-52/+52
2010-01-26Fix integer overflow in unpack_compressed_entry()Ilari Liusvaara1-2/+1
2010-01-26Fix integer overflow in unpack_sha1_rest()Ilari Liusvaara1-2/+1
2010-01-26Fix integer overflow in patch_delta()Ilari Liusvaara1-2/+1
2010-01-26Add xmallocz()Ilari Liusvaara2-4/+12
2010-01-26builtin-config: Fix crash when using "-f <relative path>" from non-root dirJohan Herland2-1/+12
2010-01-26Allow use of []-wrapped addresses in git://Ilari Liusvaara1-2/+8
2010-01-26Support addresses with ':' in git-daemonIlari Liusvaara1-4/+30
2010-01-26grep: use REG_STARTEND (if available) to speed up regexecBenjamin Kramer1-1/+8
2010-01-26am: fix patch format detection for Thunderbird "Save As" emailsStephen Boyd2-1/+17
2010-01-26t0022: replace non-portable literal CRStephen Boyd1-1/+1
2010-01-26tests: consolidate CR removal/addition functionsStephen Boyd6-58/+37
2010-01-25commit-tree: remove unused #defineStephen Boyd1-2/+0
2010-01-25t5541-http-push: make grep expression check for one line onlyTay Ray Chuan1-8/+4
2010-01-25rebase: replace antiquated sed invocationStephen Boyd1-4/+2
2010-01-25Add test-run-command to .gitignoreAlejandro Riveira Fernández1-0/+1
2010-01-25git_connect: use use_shell instead of explicit "sh", "-c"Johannes Sixt1-2/+1
2010-01-25Teach diff --submodule that modified submodule directory is dirtyJens Lehmann4-1/+72
2010-01-25git diff: Don't test submodule dirtiness with --ignore-submodulesJens Lehmann1-4/+6
2010-01-25gitweb.js: Workaround for IE8 bugv1.7.0-rc0Jakub Narebski1-1/+6
2010-01-24Make test numbers uniqueJohannes Sixt1-0/+0
2010-01-24Windows: Remove dependency on pthreadGC2.dllMichael Lukashov1-1/+3
2010-01-24Documentation: move away misplaced 'push --upstream' descriptionThomas Rast1-7/+7
2010-01-24Documentation: add missing :: in config.txtThomas Rast1-1/+1
2010-01-24pull: re-fix command line generationJunio C Hamano2-1/+36
2010-01-24Documentation: merge: use MERGE_HEAD to refer to the remote branchJonathan Nieder1-6/+8
2010-01-24Documentation: simplify How Merge WorksJonathan Nieder1-36/+16
2010-01-24Documentation: merge: add a section about fast-forwardJonathan Nieder1-13/+18
2010-01-24Documentation: emphasize when git merge terminates earlyJonathan Nieder1-10/+21
2010-01-24Documentation: merge: add an overviewJonathan Nieder1-2/+26
2010-01-24Documentation: merge: move merge strategy list to endJonathan Nieder1-2/+2
2010-01-24Documentation: suggest `reset --merge` in How Merge Works sectionJonathan Nieder1-3/+3
2010-01-24Documentation: merge: move configuration section to endJonathan Nieder1-9/+9
2010-01-24Make ce_uptodate() trustworthy againJunio C Hamano3-3/+7
2010-01-24rebase -i: Export GIT_AUTHOR_* variables explicitlyJunio C Hamano1-4/+4
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-23Documentation: rev-list: fix synopsys for --tags and and --remotesChristian Couder1-2/+2
2010-01-23git-svn: allow subset of branches/tags to be specified in glob specJay Soffian4-20/+320
2010-01-23git-svn: allow UUID to be manually remapped via rewriteUUIDJay Soffian4-8/+140
2010-01-23git-svn: update svn mergeinfo test suiteAndrew Myrick3-127/+485
2010-01-23git-svn: document --username/commit-url for branch/tagIgor Mironov1-0/+13
2010-01-23git-svn: add --username/commit-url options for branch/tagIgor Mironov1-2/+6
2010-01-23git-svn: respect commiturl option for branch/tagIgor Mironov1-1/+11