summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-27Add '--fixed-strings' option to "git log --grep" and friendsJakub Narebski
2008-02-26git-apply --whitespace=fix: fix off by one thinkoJunio C Hamano
2008-02-26Merge branch 'maint'Junio C Hamano
2008-02-26gitweb: Better cutting matched string and its contextJakub Narebski
2008-02-26Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotestBryan Donlan
2008-02-26timezone_names[]: fixed the tz offset for New Zealand.Steven Drake
2008-02-26filter-branch documentation: non-zero exit status in command abort the filterCaio Marcelo de Oliveira Filho
2008-02-26rev-parse: fix potential bus error with --parseopt option spec handlingJay Soffian
2008-02-25Add tests for filesystem challenges (case and unicode normalization)Steffen Prohaska
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow
2008-02-25Documentation/git-filter-branch: add a new msg-filter exampleMiklos Vajna
2008-02-25Correct fast-export file mode strings to match fast-import standardShawn O. Pearce
2008-02-25git-bundle.txt: Add different strategies to create the bundleSanti BĂ©jar
2008-02-25builtin-for-each-ref.c: fix typo in error messageMichele Ballabio
2008-02-25send-email: test compose functionalityJeff King
2008-02-25t9001: enhance fake sendmail test harnessJeff King
2008-02-25Merge branch 'lt/dirstat'Junio C Hamano
2008-02-25diff --dirstat: saner handling of binary and unmerged filesJunio C Hamano
2008-02-25Merge branch 'jc/apply-whitespace'Junio C Hamano
2008-02-24Merge branch 'maint'Junio C Hamano
2008-02-24Be more verbose when checkout takes a long timeLinus Torvalds
2008-02-24Protect peel_ref fallback case from NULL parse_object resultShawn O. Pearce
2008-02-24Ensure 'make dist' compiles git-archive.exe on CygwinShawn O. Pearce
2008-02-24ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano
2008-02-23gitweb: Fix bugs in git_search_grep_body: it's length(), not len()Jakub Narebski
2008-02-23Sync with 1.5.4.3Junio C Hamano
2008-02-23GIT 1.5.4.3v1.5.4.3Junio C Hamano
2008-02-23Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2008-02-23pull: pass --strategy along to to rebaseJay Soffian
2008-02-23Use helper function for copying index entry informationLinus Torvalds
2008-02-23Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds
2008-02-23Fix name re-hashing semanticsLinus Torvalds
2008-02-22Merge branch 'maint'Junio C Hamano
2008-02-22hash: fix lookup_hash semanticsJeff King
2008-02-22gitweb: Better chopping in commit search resultsJunio C Hamano
2008-02-22builtin-tag.c: remove cruftGerrit Pape
2008-02-22git-merge-index documentation: clarify synopsisGerrit Pape
2008-02-22git-gui: Focus insertion point at end of strings in repository chooserShawn O. Pearce
2008-02-22git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce
2008-02-22git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce
2008-02-22git-gui: Paper bag fix error dialogs opening over the main windowShawn O. Pearce
2008-02-22send-email: fix In-Reply-To regressionJay Soffian
2008-02-21git-reset --hard and git-read-tree --reset: fix read_cache_unmerged()Junio C Hamano
2008-02-21git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce
2008-02-21Teach git-grep --name-only as synonym for -lShawn O. Pearce
2008-02-21diff: fix java funcname pattern for solarisJeff King
2008-02-21t3404: use configured shell instead of /bin/shJeff King
2008-02-21git_config_*: don't assume we are parsing a config fileJeff King
2008-02-21prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt
2008-02-21git-clean: handle errors if removing files failsMiklos Vajna