Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Documentation/git-am.txt: Pass -r in the example invocation of rm -f .dotest | Bryan Donlan | 2008-02-25 | 1 | -1/+1 | |
| * | | | | | | | | timezone_names[]: fixed the tz offset for New Zealand. | Steven Drake | 2008-02-25 | 1 | -3/+3 | |
| * | | | | | | | | filter-branch documentation: non-zero exit status in command abort the filter | Caio Marcelo de Oliveira Filho | 2008-02-25 | 1 | -2/+4 | |
| * | | | | | | | | rev-parse: fix potential bus error with --parseopt option spec handling | Jay Soffian | 2008-02-25 | 2 | -1/+44 | |
| * | | | | | | | | Use a single implementation and API for copy_file() | Daniel Barkalow | 2008-02-25 | 5 | -43/+27 | |
| * | | | | | | | | Documentation/git-filter-branch: add a new msg-filter example | Miklos Vajna | 2008-02-25 | 1 | -0/+9 | |
| * | | | | | | | | Correct fast-export file mode strings to match fast-import standard | Shawn O. Pearce | 2008-02-24 | 1 | -1/+1 | |
* | | | | | | | | | gitweb: Better cutting matched string and its context | Jakub Narebski | 2008-02-25 | 1 | -16/+57 | |
* | | | | | | | | | Add tests for filesystem challenges (case and unicode normalization) | Steffen Prohaska | 2008-02-25 | 1 | -0/+93 | |
* | | | | | | | | | git-bundle.txt: Add different strategies to create the bundle | Santi BĂ©jar | 2008-02-24 | 1 | -9/+35 | |
* | | | | | | | | | builtin-for-each-ref.c: fix typo in error message | Michele Ballabio | 2008-02-24 | 1 | -1/+1 | |
* | | | | | | | | | send-email: test compose functionality | Jeff King | 2008-02-24 | 1 | -0/+29 | |
* | | | | | | | | | t9001: enhance fake sendmail test harness | Jeff King | 2008-02-24 | 1 | -7/+15 | |
* | | | | | | | | | Merge branch 'lt/dirstat' | Junio C Hamano | 2008-02-24 | 2 | -1/+97 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | diff --dirstat: saner handling of binary and unmerged files | Junio C Hamano | 2008-02-24 | 1 | -1/+6 | |
| * | | | | | | | | | Add "--dirstat" for some directory statistics | Linus Torvalds | 2008-02-12 | 2 | -1/+92 | |
* | | | | | | | | | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-02-24 | 7 | -245/+799 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | ws_fix_copy(): move the whitespace fixing function to ws.c | Junio C Hamano | 2008-02-23 | 3 | -108/+108 | |
| * | | | | | | | | | apply: do not barf on patch with too large an offset | Junio C Hamano | 2008-02-11 | 2 | -0/+60 | |
| * | | | | | | | | | core.whitespace: cr-at-eol | Junio C Hamano | 2008-02-05 | 5 | -6/+72 | |
| * | | | | | | | | | git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run | Junio C Hamano | 2008-02-05 | 2 | -5/+231 | |
| * | | | | | | | | | builtin-apply.c: pass ws_rule down to match_fragment() | Junio C Hamano | 2008-02-05 | 1 | -3/+5 | |
| * | | | | | | | | | builtin-apply.c: move copy_wsfix() function a bit higher. | Junio C Hamano | 2008-02-05 | 1 | -94/+94 | |
| * | | | | | | | | | builtin-apply.c: do not feed copy_wsfix() leading '+' | Junio C Hamano | 2008-02-05 | 1 | -20/+18 | |
| * | | | | | | | | | builtin-apply.c: simplify calling site to apply_line() | Junio C Hamano | 2008-02-05 | 1 | -18/+20 | |
| * | | | | | | | | | builtin-apply.c: clean-up apply_one_fragment() | Junio C Hamano | 2008-02-05 | 1 | -28/+27 | |
| * | | | | | | | | | builtin-apply.c: mark common context lines in lineinfo structure. | Junio C Hamano | 2008-02-05 | 1 | -25/+32 | |
| * | | | | | | | | | builtin-apply.c: optimize match_beginning/end processing a bit. | Junio C Hamano | 2008-02-05 | 1 | -0/+10 | |
| * | | | | | | | | | builtin-apply.c: make it more line oriented | Junio C Hamano | 2008-02-05 | 1 | -123/+280 | |
| * | | | | | | | | | builtin-apply.c: push match-beginning/end logic down | Junio C Hamano | 2008-02-05 | 1 | -14/+32 | |
| * | | | | | | | | | builtin-apply.c: restructure "offset" matching | Junio C Hamano | 2008-02-05 | 1 | -24/+25 | |
| * | | | | | | | | | builtin-apply.c: refactor small part that matches context | Junio C Hamano | 2008-02-05 | 1 | -5/+13 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-24 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Protect peel_ref fallback case from NULL parse_object result | Shawn O. Pearce | 2008-02-24 | 1 | -1/+1 | |
| * | | | | | | | | Ensure 'make dist' compiles git-archive.exe on Cygwin | Shawn O. Pearce | 2008-02-24 | 1 | -1/+1 | |
* | | | | | | | | | Be more verbose when checkout takes a long time | Linus Torvalds | 2008-02-24 | 2 | -5/+8 | |
* | | | | | | | | | gitweb: Fix bugs in git_search_grep_body: it's length(), not len() | Jakub Narebski | 2008-02-23 | 1 | -1/+1 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Sync with 1.5.4.3 | Junio C Hamano | 2008-02-23 | 7 | -12/+67 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | GIT 1.5.4.3v1.5.4.3 | Junio C Hamano | 2008-02-23 | 3 | -3/+31 | |
| * | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2008-02-23 | 5 | -15/+50 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | git-gui: Focus insertion point at end of strings in repository chooser | Shawn O. Pearce | 2008-02-22 | 1 | -0/+4 | |
| | * | | | | | | | git-gui: Avoid hardcoded Windows paths in Cygwin package files | Shawn O. Pearce | 2008-02-22 | 1 | -1/+11 | |
| | * | | | | | | | git-gui: Default TCL_PATH to same location as TCLTK_PATH | Shawn O. Pearce | 2008-02-22 | 1 | -1/+5 | |
| | * | | | | | | | git-gui: Paper bag fix error dialogs opening over the main window | Shawn O. Pearce | 2008-02-22 | 1 | -1/+5 | |
| | * | | | | | | | git-gui: Ensure error dialogs always appear over all other windows | Shawn O. Pearce | 2008-02-20 | 1 | -7/+11 | |
| | * | | | | | | | git-gui: relax "dirty" version detection | Wincent Colaiuta | 2008-02-19 | 1 | -1/+1 | |
* | | | | | | | | | pull: pass --strategy along to to rebase | Jay Soffian | 2008-02-22 | 1 | -1/+2 | |
* | | | | | | | | | Use helper function for copying index entry information | Linus Torvalds | 2008-02-22 | 2 | -2/+18 | |
* | | | | | | | | | Name hash fixups: export (and rename) remove_hash_entry | Linus Torvalds | 2008-02-22 | 3 | -16/+17 | |
* | | | | | | | | | Fix name re-hashing semantics | Linus Torvalds | 2008-02-22 | 2 | -6/+12 | |
| |_|_|_|/ / / / |/| | | | | | | |