summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* daemon: deglobalize variable 'directory'René Scharfe2008-11-231-10/+6
* daemon: inline fill_in_extra_table_entries()René Scharfe2008-11-231-8/+2
* daemon: use strbuf_expand() instead of interpolate()René Scharfe2008-11-231-55/+54
* merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe2008-11-232-13/+9
* add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-233-0/+28
* git-commit.txt - mention that files listed on the command line must be known ...Mark Burton2008-11-181-1/+2
* Documentation: rev-list-options.txt: added --branches, --tags & --remotes.Mark Burton2008-11-181-0/+15
* builtin-branch: use strbuf in rename_branch()Miklos Vajna2008-11-181-18/+21
* builtin-branch: use strbuf in fill_tracking_info()Miklos Vajna2008-11-181-10/+8
* builtin-branch: use strbuf in delete_branches()Miklos Vajna2008-11-181-4/+4
* Merge branch 'maint'Junio C Hamano2008-11-171-3/+3
|\
| * request-pull: make usage string match manpageStefan Naewe2008-11-171-3/+3
* | Documentation: tutorial: add information about "git help" at the beginningChristian Couder2008-11-173-0/+12
* | Documentation: user-manual: add information about "git help" at the beginningChristian Couder2008-11-171-1/+11
* | builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Junio C Hamano2008-11-171-1/+1
* | git-remote: match usage string with the manual pagesCheng Renquan2008-11-171-4/+4
* | Merge git://repo.or.cz/git-guiJunio C Hamano2008-11-167-311/+1457
|\ \
| * | git-gui: Fix the search bar destruction handler.Alexander Gavrilov2008-11-161-1/+1
| * | Update the po templateShawn O. Pearce2008-11-161-285/+791
| * | git-gui: Implement automatic rescan after Tool execution.Alexander Gavrilov2008-11-161-2/+42
| * | git-gui: Allow Tools request arguments from the user.Alexander Gavrilov2008-11-162-5/+203
| * | git-gui: Add a Tools menu for arbitrary commands.Alexander Gavrilov2008-11-163-0/+359
| * | git-gui: Fix the after callback execution in rescan.Alexander Gavrilov2008-11-162-16/+31
| * | git-gui: Implement system-wide configuration handling.Alexander Gavrilov2008-11-162-9/+15
| * | git-gui: try to provide a window icon under XGiuseppe Bilotta2008-11-161-0/+22
* | | Merge branch 'maint'Junio C Hamano2008-11-161-1/+3
|\ \ \ | | |/ | |/|
| * | Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano2008-11-161-0/+2
| * | builtin-ls-files.c: coding style fix.Junio C Hamano2008-11-161-1/+1
* | | Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-163-10/+22
|\ \ \
| * | | repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey2008-11-143-10/+22
* | | | Merge branch 'jk/commit-v-strip'Junio C Hamano2008-11-164-31/+14
|\ \ \ \
| * | | | status: show "-v" diff even for initial commitJeff King2008-11-122-3/+4
| * | | | Merge branch 'jk/maint-commit-v-strip' into jk/commit-v-stripJunio C Hamano2008-11-122-3/+78
| |\ \ \ \
| * | | | | wt-status: refactor initial commit printingJeff King2008-11-121-25/+3
| * | | | | define empty tree sha1 as a macroJeff King2008-11-122-3/+7
* | | | | | Fix machine-parseability of 'git log --source'Linus Torvalds2008-11-161-1/+1
* | | | | | Merge branch 'maint'Junio C Hamano2008-11-144-5/+11
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Documentation: git-svn: fix example for centralized SVN cloneJan Krüger2008-11-141-0/+2
| * | | | | Documentation: fix links to "everyday.html"Christian Couder2008-11-142-4/+8
| * | | | | revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey2008-11-141-1/+1
* | | | | | Documentation: New GUI configuration and command-line options.Alexander Gavrilov2008-11-144-0/+65
* | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2008-11-142-9/+15
|\ \ \ \ \ \
| * | | | | | git-svn: Update git-svn to use the ability to place temporary files within re...Marten Svanfeldt (dev)2008-11-131-4/+5
| * | | | | | Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)2008-11-131-5/+10
| * | | | | | git-svn: proper detection of bare repositoriesDeskin Miller2008-11-132-5/+16
| * | | | | | git-svn: respect i18n.commitencoding configEric Wong2008-11-132-3/+101
| * | | | | | git-svn: don't escape tilde ('~') for http(s) URLsEric Wong2008-11-131-3/+3
* | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2008-11-133-11/+120
|\ \ \ \ \ \ \
| * | | | | | | git-svn: proper detection of bare repositoriesDeskin Miller2008-11-062-5/+16
| * | | | | | | git-svn: respect i18n.commitencoding configEric Wong2008-11-062-3/+101