Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | sha1_name: tweak @{-N} lookup | Thomas Rast | 2009-01-17 | 2 | -25/+32 | |
| * | | | | | | | | | | | | checkout: implement "@{-N}" shortcut name for N-th last branch | Junio C Hamano | 2009-01-17 | 3 | -2/+87 | |
* | | | | | | | | | | | | | gitweb: check if-modified-since for feeds | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+19 | |
* | | | | | | | | | | | | | gitweb: last-modified time should be commiter, not author | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | gitweb: rss channel date | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+4 | |
* | | | | | | | | | | | | | gitweb: rss feed managingEditor | Giuseppe Bilotta | 2009-01-28 | 1 | -1/+3 | |
* | | | | | | | | | | | | | gitweb: feed generator metadata | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+2 | |
* | | | | | | | | | | | | | gitweb: channel image in rss feed | Giuseppe Bilotta | 2009-01-28 | 1 | -0/+10 | |
* | | | | | | | | | | | | | Makefile: Make 'configure --with-expat=path' actually work | Serge van den Boom | 2009-01-28 | 1 | -1/+9 | |
* | | | | | | | | | | | | | git-am: minor cleanups | Jay Soffian | 2009-01-28 | 1 | -8/+4 | |
* | | | | | | | | | | | | | Windows: Fix intermittent failures of t7701 | Johannes Sixt | 2009-01-28 | 1 | -7/+7 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-01-28 | 4 | -24/+129 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | send-pack: do not send unknown object name from ".have" to pack-objects | Junio C Hamano | 2009-01-27 | 2 | -22/+127 | |
| * | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-27 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | test-path-utils: Fix off by one, found by valgrind | Johannes Schindelin | 2009-01-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | get_sha1_basic(): fix invalid memory access, found by valgrind | Johannes Schindelin | 2009-01-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | | tests: Avoid single-shot environment export for shell function invocation | Junio C Hamano | 2009-01-26 | 2 | -5/+25 | |
* | | | | | | | | | | | | | rebase -i: correctly remember --root flag across --continue | Junio C Hamano | 2009-01-26 | 2 | -2/+102 | |
* | | | | | | | | | | | | | make: Remove -pthread on Darwin (it is included by cstdlib). | Ted Pavlic | 2009-01-26 | 1 | -0/+1 | |
* | | | | | | | | | | | | | Mention "local convention" rule in the CodingGuidelines | Nanako Shiraishi | 2009-01-26 | 1 | -2/+7 | |
* | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svn | Junio C Hamano | 2009-01-25 | 3 | -12/+135 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | git-svn: Add test for --ignore-paths parameter | Vitaly \"_Vi\" Shukela | 2009-01-25 | 1 | -0/+98 | |
| * | | | | | | | | | | | | | git-svn: documented --ignore-paths | Vitaly \"_Vi\" Shukela | 2009-01-25 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | git-svn: add --ignore-paths option for fetching | Vitaly \"_Vi\" Shukela | 2009-01-25 | 1 | -11/+22 | |
| * | | | | | | | | | | | | | git-svn: fix memory leak when checking for empty symlinks | Eric Wong | 2009-01-25 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | rebase -i --root: fix check for number of arguments | Johannes Schindelin | 2009-01-25 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | gittutorial: remove misleading note | Miklos Vajna | 2009-01-25 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | Merge branch 'kb/lstat-cache' | Junio C Hamano | 2009-01-25 | 4 | -67/+238 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | lstat_cache(): introduce clear_lstat_cache() function | Kjetil Barvik | 2009-01-18 | 2 | -0/+9 | |
| * | | | | | | | | | | | | | | lstat_cache(): introduce invalidate_lstat_cache() function | Kjetil Barvik | 2009-01-18 | 2 | -8/+37 | |
| * | | | | | | | | | | | | | | lstat_cache(): introduce has_dirs_only_path() function | Kjetil Barvik | 2009-01-18 | 3 | -39/+60 | |
| * | | | | | | | | | | | | | | lstat_cache(): introduce has_symlink_or_noent_leading_path() function | Kjetil Barvik | 2009-01-18 | 3 | -36/+63 | |
| * | | | | | | | | | | | | | | lstat_cache(): more cache effective symlink/directory detection | Kjetil Barvik | 2009-01-18 | 1 | -40/+125 | |
* | | | | | | | | | | | | | | | Merge branch 'js/diff-color-words' | Junio C Hamano | 2009-01-25 | 10 | -87/+492 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Change the spelling of "wordregex". | Boyd Stephen Smith Jr | 2009-01-21 | 4 | -9/+9 | |
| * | | | | | | | | | | | | | | | color-words: Support diff.wordregex config option | Boyd Stephen Smith Jr | 2009-01-21 | 4 | -5/+58 | |
| * | | | | | | | | | | | | | | | color-words: make regex configurable via attributes | Thomas Rast | 2009-01-17 | 6 | -15/+135 | |
| * | | | | | | | | | | | | | | | color-words: expand docs with precise semantics | Thomas Rast | 2009-01-17 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | | color-words: enable REG_NEWLINE to help user | Thomas Rast | 2009-01-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | color-words: take an optional regular expression describing words | Johannes Schindelin | 2009-01-17 | 4 | -10/+118 | |
| * | | | | | | | | | | | | | | | color-words: change algorithm to allow for 0-character word boundaries | Johannes Schindelin | 2009-01-17 | 2 | -66/+157 | |
| * | | | | | | | | | | | | | | | color-words: refactor word splitting and use ALLOC_GROW() | Johannes Schindelin | 2009-01-17 | 1 | -21/+19 | |
| * | | | | | | | | | | | | | | | Add color_fwrite_lines(), a function coloring each line individually | Johannes Schindelin | 2009-01-17 | 2 | -0/+29 | |
* | | | | | | | | | | | | | | | | Merge branch 'cb/add-pathspec' | Junio C Hamano | 2009-01-25 | 5 | -51/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | remove pathspec_match, use match_pathspec instead | Clemens Buchacher | 2009-01-14 | 5 | -51/+17 | |
| * | | | | | | | | | | | | | | | | clean up pathspec matching | Clemens Buchacher | 2009-01-14 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Merge branch 'js/maint-all-implies-HEAD' | Junio C Hamano | 2009-01-25 | 6 | -2/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | bundle: allow the same ref to be given more than once | Junio C Hamano | 2009-01-17 | 4 | -1/+23 | |
| * | | | | | | | | | | | | | | | | | revision walker: include a detached HEAD in --all | Johannes Schindelin | 2009-01-17 | 3 | -2/+41 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'sr/clone-empty' | Junio C Hamano | 2009-01-25 | 2 | -4/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |