summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Merge branch 'ae/anon-fetch-info'Libravatar Junio C Hamano3-2/+54
2009-05-18Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-05-17show-branch: Fix die message in parse_reflog_param()Libravatar Stephen Boyd1-1/+1
2009-05-16Merge branch 'maint'Libravatar Junio C Hamano4-5/+8
2009-05-16completion: add missing options to show-branch and showLibravatar Stephen Boyd1-2/+2
2009-05-16dir.c: clean up handling of 'path' parameter in read_directory_recursive()Libravatar Linus Torvalds1-1/+1
2009-05-16Fix type-punning issuesLibravatar Dan McGee2-2/+5
2009-05-16Merge branch 'maint'Libravatar Junio C Hamano9-21/+61
2009-05-16test: checkout shouldn't say that HEAD has moved if it didn'tLibravatar Nanako Shiraishi1-0/+8
2009-05-16completion: enhance "current branch" displayLibravatar Junio C Hamano1-2/+13
2009-05-16completion: simplify "current branch" in __git_ps1()Libravatar Junio C Hamano1-7/+8
2009-05-16completion: fix PS1 display during a merge on detached HEADLibravatar Junio C Hamano1-3/+3
2009-05-16Improve the naming of guessed target repository for git cloneLibravatar Alex Riesen1-5/+29
2009-05-16Use UTF-8 instead of utf8 for backward compatibilityLibravatar Alex Riesen1-2/+2
2009-05-16Revert "git-add--interactive: remove hunk coalescing"Libravatar Junio C Hamano2-2/+96
2009-05-16Splitting a hunk that adds a line at the top fails in "add -p"Libravatar Matt Graham1-0/+32
2009-05-16builtin-checkout: Don't tell user that HEAD has moved before it hasLibravatar Daniel Cordero1-8/+8
2009-05-16pre-commit.sample: don't print incidental SHA1Libravatar Jim Meyering1-1/+1
2009-05-16tests: Add tests for missing format-patch long optionsLibravatar Stephen Boyd2-0/+17
2009-05-16api-parse-options.txt: use 'func' instead of 'funct'Libravatar Stephen Boyd1-1/+1
2009-05-16Turn on USE_ST_TIMESPEC for OpenBSDLibravatar Tony Kemp1-0/+1
2009-05-16Merge branch 'maint-1.6.2' into maintLibravatar Junio C Hamano1-1/+3
2009-05-14Fix behavior with non-commit upstream referencesLibravatar Michael J Gruber2-3/+3
2009-05-13Merge branch 'maint-1.6.1' into maint-1.6.2Libravatar Junio C Hamano1-1/+3
2009-05-13Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-1/+3
2009-05-13Prettify log decorations even moreLibravatar Felipe Contreras2-3/+4
2009-05-13Change prettify_ref to prettify_refnameLibravatar Felipe Contreras5-8/+7
2009-05-13send-email: Add config option for sender addressLibravatar Trent Piepho2-3/+7
2009-05-13Add NO_CROSS_DIRECTORY_HARDLINKS support to the MakefileLibravatar Johannes Schindelin1-0/+4
2009-05-13Test tracking of non-commit upstreamsLibravatar Michael J Gruber1-0/+14
2009-05-13Quote LF in urls git fetch saves in FETCH_HEADLibravatar Alex Riesen1-2/+8
2009-05-13Documentation: clarify / requirement in 'git check-ref-format'Libravatar Michael J Gruber1-0/+4
2009-05-13bash completion: complete variable names for "git config" with optionsLibravatar Stephen Boyd1-0/+33
2009-05-13gitweb: Remove unused $hash_base parameter from normalize_link_targetLibravatar Jakub Narebski1-5/+2
2009-05-13gitweb: Simplify snapshot format detection logic in evaluate_path_infoLibravatar Jakub Narebski1-3/+4
2009-05-13gitweb: Use capturing parentheses only when you intend to captureLibravatar Jakub Narebski1-1/+1
2009-05-13gitweb: Replace wrongly added tabs with spacesLibravatar Jakub Narebski1-2/+2
2009-05-12Merge branch 'maint'Libravatar Junio C Hamano3-14/+33
2009-05-12GIT 1.6.3.1Libravatar Junio C Hamano2-7/+5
2009-05-12Merge branch 'maint-1.6.2' into maintLibravatar Junio C Hamano2-8/+29
2009-05-12Merge branch 'jc/maint-read-tree-multi' into maint-1.6.2Libravatar Junio C Hamano2-8/+29
2009-05-12Revert "checkout branch: prime cache-tree fully"Libravatar Junio C Hamano2-8/+29
2009-05-12t3900: ISO-2022-JP has more than one popular variantsLibravatar Junio C Hamano1-2/+16
2009-05-10gitweb: Use block form of map/grep in a few cases moreLibravatar Jakub Narebski1-3/+3
2009-05-10gitweb: Always use three argument form of openLibravatar Jakub Narebski1-11/+14
2009-05-10gitweb: Always use three argument form of openLibravatar Jakub Narebski1-6/+6
2009-05-10gitweb: Do not use bareword filehandlesLibravatar Jakub Narebski1-13/+12
2009-05-10bisect: make "git bisect" use new "--next-all" bisect-helper functionLibravatar Christian Couder4-134/+13
2009-05-10bisect: add "check_good_are_ancestors_of_bad" functionLibravatar Christian Couder1-0/+75
2009-05-10bisect: implement the "check_merge_bases" functionLibravatar Christian Couder1-0/+130