summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | builtin-status: submodule summary supportPing Yin2008-04-122-0/+46
| * | | | | | | git-submodule summary: --for-status optionPing Yin2008-04-122-2/+27
* | | | | | | | Merge branch 'jc/terminator-separator'Junio C Hamano2008-04-197-31/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-107-31/+43
* | | | | | | | | Merge branch 'jk/remote-default-show'Junio C Hamano2008-04-191-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-remote: show all remotes with "git remote show"Jeff King2008-04-101-1/+6
| |/ / / / / / / /
* | | | | | | | | Merge branch 'mk/color'Junio C Hamano2008-04-192-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use color.ui variable in scripts tooMatthias Kestenholz2008-04-102-1/+7
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jc/maint-rebase-am'Junio C Hamano2008-04-192-5/+55
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | rebase: do not munge commit log messageJunio C Hamano2008-04-162-5/+55
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-04-188-22/+97
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | gitweb: Fix 'history' view for deleted files with historyJakub Narebski2008-04-182-3/+31
| * | | | | | | | Document that WebDAV doesn't need git on the server, and works over SSLMatthieu Moy2008-04-181-12/+33
| * | | | | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-181-1/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | am: POSIX portability fixJunio C Hamano2008-04-181-1/+1
| * | | | | | | | git-remote: reject adding remotes with invalid namesJonas Fonseca2008-04-184-6/+32
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-04-162-22/+33
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-162-22/+33
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | |
| | * | | | | git-am: minor cleanupJunio C Hamano2008-04-161-2/+1
| | * | | | | Clarify and fix English in "git-rm" documentationJon Loeliger2008-04-161-20/+32
* | | | | | | Merge branch 'maint'Junio C Hamano2008-04-166-33/+54
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-166-33/+54
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | git-bisect: make "start", "good" and "skip" succeed or fail atomicallyChristian Couder2008-04-162-5/+16
| | * | | | | git-am: cope better with an empty Subject: lineLinus Torvalds2008-04-161-14/+10
| | * | | | | Ignore leading empty lines while summarizing mergesLinus Torvalds2008-04-151-1/+9
| | * | | | | bisect: squelch "fatal: ref HEAD not a symref" misleading messageChristian Couder2008-04-151-1/+1
| | * | | | | builtin-apply: Show a more descriptive error on failure when opening a patchAlberto Bertogli2008-04-151-1/+1
| | * | | | | Clarify documentation of git-cvsserver, particularly in relation to git-shellScott Collins2008-04-151-11/+17
* | | | | | | Merge branch 'maint'Junio C Hamano2008-04-144-10/+13
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | git clean: Add test to verify directories aren't removed with a prefixShawn Bohrer2008-04-141-2/+3
| * | | | | | git clean: Don't automatically remove directories when run within subdirectoryShawn Bohrer2008-04-142-7/+8
| * | | | | | git-submodule - possibly use branch name to describe a moduleMark Levedahl2008-04-141-1/+2
* | | | | | | builtin-apply.c: use git_config_string() to get apply_default_whitespaceStephan Beyer2008-04-141-6/+2
* | | | | | | Fix git_config_bool_or_intJunio C Hamano2008-04-133-4/+80
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'maint'Junio C Hamano2008-04-128-12/+23
|\ \ \ \ \ \ | |/ / / / /
| * | | | | t7401: squelch garbage outputJunio C Hamano2008-04-121-1/+1
| * | | | | Documentation/git-submodule: typofixJunio C Hamano2008-04-121-1/+1
| * | | | | Fix config key miscount in url.*.insteadOfDaniel Barkalow2008-04-122-5/+5
| * | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-124-5/+16
| |\ \ \ \ \ | | |/ / / /
| | * | | | Docs gitk: Explicitly mention the files that gitk uses (~/.gitk)Clifford Caoile2008-04-121-0/+5
| | * | | | Document -w option to shortlogJunio C Hamano2008-04-122-3/+9
| | * | | | bisect: report bad rev betterChristian Couder2008-04-121-2/+2
* | | | | | git_config_bool_or_int()Junio C Hamano2008-04-122-1/+10
* | | | | | Merge branch 'maint'Junio C Hamano2008-04-119-15/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-117-13/+34
| |\ \ \ \ \ | | |/ / / /
| | * | | | bisect: fix bad rev checking in "git bisect good"Christian Couder2008-04-112-9/+18
| | * | | | revision.c: make --date-order overriddableMichele Ballabio2008-04-111-0/+1
| | * | | | Fix section about backdating tags in the git-tag docsBjörn Steinbrink2008-04-111-2/+2
| | * | | | Document option --only of git commitJohannes Sixt2008-04-112-1/+12
| | * | | | Documentation/git-request-pull: Fixed a typo ("send" -> "end")Dirk Suesserott2008-04-111-1/+1