summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-15GIT v1.5.3-rc2v1.5.3-rc2Junio C Hamano1-1/+15
2007-07-15Demote git-p4import to contrib status.Sean3-0/+1
2007-07-15Remove p4 rpm from git.spec.in.Sean1-20/+9
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileSean1-26/+0
2007-07-14git-cvsserver: detect/diagnose write failure, etc.Jim Meyering1-17/+33
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Emil Medve5-43/+48
2007-07-14Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano4-10/+200
2007-07-14Documentation/git-commit-tree: remove description of a nonexistent limitationJunio C Hamano1-1/+1
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall12-5/+17
2007-07-15Teach fast-import to recursively copy files/directoriesShawn O. Pearce3-9/+195
2007-07-14Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen1-1/+5
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configEric Wong1-1/+4
2007-07-14Update .mailmapJunio C Hamano1-0/+3
2007-07-14Add contrib/stats/mailmap.pl scriptJunio C Hamano1-0/+38
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett4-7/+8
2007-07-13More permissive "git-rm --cached" behavior without -f.Matthieu Moy3-7/+62
2007-07-13Document new --date=<format>Junio C Hamano1-2/+9
2007-07-13Wire new date formats to --date=<format> parser.Junio C Hamano1-0/+8
2007-07-13Make show_rfc2822_date() just another date output format.Junio C Hamano5-24/+21
2007-07-13Support output ISO 8601 format datesRobin Rosenberg4-2/+15
2007-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-3/+3
2007-07-13Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen1-2/+3
2007-07-13lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege1-4/+4
2007-07-13send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell1-1/+1
2007-07-12make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH1-0/+1
2007-07-13gitk: Fix bug introduced by previous commitPaul Mackerras1-3/+3
2007-07-12Document git commit --untracked-files and --verboseJakub Narebski1-1/+14
2007-07-12Document long options '--message=<msg>' and '--no-commit'Jakub Narebski2-1/+2
2007-07-12Update git-merge documentation.Jakub Narebski3-0/+21
2007-07-12Pack-objects: properly initialize the depth valueNicolas Pitre1-0/+1
2007-07-12GIT v1.5.3-rc1v1.5.3-rc1Junio C Hamano2-2/+10
2007-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-190/+253
2007-07-12gitweb: new cgi parameter: optMiklos Vajna1-0/+19
2007-07-12Add missing functions to contrib/emacs/vc-git.elDavid Kastrup1-0/+65
2007-07-12Documentation for git-log --followSteven Walter1-0/+9
2007-07-12reduce git-pack-objects memory usage a little moreNicolas Pitre1-10/+9
2007-07-12Add documentation for --window-memory, pack.windowMemoryBrian Downing3-0/+28
2007-07-12Add --window-memory option to git-repackBrian Downing1-1/+2
2007-07-12Add pack-objects window memory usage limitBrian Downing1-8/+44
2007-07-12Add functions for parsing integers with size suffixesBrian Downing2-12/+49
2007-07-12Support fetching the memory usage of a delta indexBrian Downing2-0/+17
2007-07-12Don't try to delta if target is much smaller than sourceBrian Downing1-0/+2
2007-07-12Correct shebang line for contrib/stats/packinfo.plBrian Downing1-1/+1
2007-07-12script to display a distribution of longest common hash prefixesNicolas Pitre1-0/+26
2007-07-12apply delta depth bias to already deltified objectsNicolas Pitre1-4/+10
2007-07-12Update list of older git docsJunio C Hamano1-1/+2
2007-07-12Merge commit 'git-gui/master'Junio C Hamano23-888/+2210
2007-07-12Merge branch 'maint'Junio C Hamano3-0/+81
2007-07-12GIT 1.5.2.4v1.5.2.4Junio C Hamano3-2/+30
2007-07-12gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras1-20/+29
2007-07-12Teach read-tree 2-way merge to ignore intermediate symlinksJunio C Hamano2-0/+53
2007-07-12Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano7-18/+60
2007-07-12git-gui: Change prior tree SHA-1 verification to use git_readShawn O. Pearce1-1/+1
2007-07-12Merge branch 'maint'Shawn O. Pearce1-1/+12
2007-07-12git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree}gitgui-0.7.5Shawn O. Pearce1-1/+12
2007-07-11Re-code builtin-branch.c in UTF-8Junio C Hamano1-1/+1
2007-07-11Function stripspace now gets a buffer instead file descriptors.Carlos Rica2-25/+38
2007-07-11Pack information toolBrian Downing1-0/+212
2007-07-11branch --track: code cleanup and saner handling of local branchesJohannes Schindelin4-132/+69
2007-07-11Add for_each_remote() function, and extend remote_find_tracking()Johannes Schindelin3-18/+51
2007-07-11t7004: Add tests for the git tag -n option.Carlos Rica1-1/+201
2007-07-11t0030: Add tests with consecutive text lines and others with spaces added.Carlos Rica1-0/+51
2007-07-11t0030: Remove repeated instructions and add missing &&Carlos Rica1-24/+13
2007-07-11Fix --cherry-pick with given pathsJohannes Schindelin2-2/+50
2007-07-11Fix core.sharedRepository = 2Johannes Schindelin3-0/+33
2007-07-11gitweb: configurable width for the projects list Description columnMichael Hendricks1-1/+4
2007-07-10Correct trivial typo in fast-import documentationShawn O. Pearce1-1/+1
2007-07-09Merge branch 'bd/delta'Junio C Hamano1-1/+7
2007-07-09Some cosmetic changes to remote libraryDaniel Barkalow1-10/+11
2007-07-09Add allocation and freeing functions for struct refsDaniel Barkalow3-4/+30
2007-07-09Makefile: rebuild git.o on version change, clean up git$X flagsMatt McCutchen1-3/+2
2007-07-09rerere: record resolution even if file is not in merge baseJohannes Schindelin2-15/+46
2007-07-09Support wholesale directory renames in fast-importShawn O. Pearce3-19/+168
2007-07-09Merge branch 'maint'Shawn O. Pearce1-3/+5
2007-07-09Clarify documentation of fast-import's D subcommandShawn O. Pearce1-3/+5
2007-07-09git-gui: Include a space in Cygwin shortcut command linesShawn O. Pearce1-1/+1
2007-07-09git-gui: Use sh.exe in Cygwin shortcutsShawn O. Pearce1-1/+1
2007-07-09git-gui: Paper bag fix for Cygwin shortcut creationShawn O. Pearce1-1/+1
2007-07-09Merge branch 'maint'Shawn O. Pearce2-9/+17
2007-07-09git-gui: Don't linewrap within console windowsShawn O. Pearce1-0/+4
2007-07-09git-gui: Correct ls-tree buffering problem in browserShawn O. Pearce1-9/+13
2007-07-09gitk: Use git log and add support for --left-rightPaul Mackerras1-12/+34
2007-07-09gitk: Fix bug causing "can't read commitrow(0,n)" errorPaul Mackerras1-2/+2
2007-07-09[PATCH] gitk: Fix for tree view ending in nested directoriesBrian Downing1-0/+3
2007-07-09git-gui: Improve the Windows and Mac OS X shortcut creatorsShawn O. Pearce2-21/+31
2007-07-09git-gui: Teach console widget to use git_readShawn O. Pearce2-34/+29
2007-07-08pack-objects: Prefer shallower deltas if the size is equalBrian Downing1-1/+7
2007-07-09git-gui: Perform our own magic shbang detection on WindowsShawn O. Pearce1-13/+24
2007-07-09git-gui: Treat `git version` as `git --version`Shawn O. Pearce1-0/+1
2007-07-08Revert 88494423 (removal of duplicate parents in the output codepath)Junio C Hamano1-13/+1
2007-07-08revision.c: remove duplicated parents after history simplificationJunio C Hamano1-0/+20
2007-07-09git-gui: Assume unfound commands are known by git wrapperShawn O. Pearce1-1/+4
2007-07-09git-gui: Correct gitk installation locationShawn O. Pearce1-12/+4
2007-07-09git-gui: Always use absolute path to all git executablesShawn O. Pearce13-84/+258
2007-07-08git-gui: Show a progress meter for checking out filesShawn O. Pearce2-18/+55
2007-07-08git-gui: Change the main window progress bar to use status_barShawn O. Pearce2-12/+8
2007-07-08git-gui: Extract blame viewer status bar into mega-widgetShawn O. Pearce2-41/+87
2007-07-08git-gui: Allow double-click in checkout dialog to start checkoutShawn O. Pearce2-0/+5
2007-07-08git-gui: Default selection to first matching refShawn O. Pearce1-0/+5
2007-07-08git-gui: Unabbreviate commit SHA-1s prior to displayShawn O. Pearce1-1/+20
2007-07-08git-gui: Refactor branch switch to support detached headShawn O. Pearce11-449/+746
2007-07-08Document custom hunk header selectionJunio C Hamano1-4/+51
2007-07-08Merge branch 'maint'Junio C Hamano2-6/+23
2007-07-08rebase -i: put a nice warning into the todo listJohannes Schindelin1-0/+3
2007-07-08rebase -i: remember the settings of -v, -s and -p when interruptedJohannes Schindelin2-0/+14
2007-07-08rebase -i: actually show the diffstat when being verboseJohannes Schindelin1-4/+4
2007-07-08rebase -i: handle --continue more like non-interactive rebaseJohannes Schindelin2-10/+32
2007-07-08t7004: Skip tests for signed tags in an old version of gpg.Carlos Rica1-0/+11
2007-07-08Fix merge-one-file for our-side-added/our-side-removed casesJunio C Hamano1-4/+6
2007-07-08git-commit: don't add multiple Signed-off-by: from the same identityGerrit Pape1-9/+11
2007-07-08branch.autosetupmerge: allow boolean values, or "all"Johannes Schindelin4-9/+28
2007-07-08git-stash: try reusing cached stat info as much as possibleJunio C Hamano1-3/+3
2007-07-08git-gui: Refactor our ui_status_value update techniqueShawn O. Pearce5-64/+67
2007-07-08git-gui: Better handling of detached HEADShawn O. Pearce1-4/+14
2007-07-08git-gui: Automatically refresh tracking branches when neededShawn O. Pearce2-14/+88
2007-07-08git-gui: Option to default new branches to match tracking branchesShawn O. Pearce4-5/+26
2007-07-08git-gui: Sort tags descending by tagger dateShawn O. Pearce1-3/+2
2007-07-08git-gui: Enhance choose_rev to handle hundreds of branchesShawn O. Pearce3-114/+249
2007-07-08git-gui: Fast-forward existing branch in branch create dialogShawn O. Pearce1-22/+198
2007-07-08git-gui: Allow users to match remote branch names locallyShawn O. Pearce2-4/+49
2007-07-08git-gui: Maintain remote and source ref for tracking branchesShawn O. Pearce2-18/+60
2007-07-08git-gui: Optimize for newstyle refs/remotes layoutShawn O. Pearce2-21/+40
2007-07-08git-gui: Refactor the delete branch dialog to use class systemShawn O. Pearce4-165/+185
2007-07-08git-gui: Abstract the revision picker into a mega widgetShawn O. Pearce4-213/+287
2007-07-08git-gui: Teach class system to support [$this cmd] syntaxShawn O. Pearce1-12/+26
2007-07-08Merge branch 'maint'Shawn O. Pearce1-0/+4
2007-07-08git-gui: Skip nicknames when selecting author initialsShawn O. Pearce1-0/+4
2007-07-08git-gui: use "blame -w -C -C" for "where did it come from, originally?"Junio C Hamano1-1/+9
2007-07-08git-gui: New Git version check support routineShawn O. Pearce1-15/+58
2007-07-08user-manual: fix directory name in git-archive exampleWilliam Pursell1-1/+1
2007-07-08user-manual: more explanation of push and pull usageJ. Bruce Fields1-1/+18
2007-07-08tutorial: Fix typoJ. Bruce Fields1-1/+1
2007-07-08user-manual: grammar and style fixesAndy Parkins1-3/+3
2007-07-08git-gui: Honor rerere.enabled configuration optionShawn O. Pearce1-1/+6
2007-07-08diff.c: make built-in hunk header pattern a separate tableJunio C Hamano1-6/+16
2007-07-07gitweb: make "No commits" in project list gray, not bold greenMatt McCutchen2-0/+7
2007-07-07gitweb: make search form generate pathinfo-style URLsMatt McCutchen1-3/+9
2007-07-07gitweb: prefer git_get_project_owner() over get_file_owner()Miklos Vajna1-2/+2
2007-07-07gitweb: make repeated calls to git_get_project_owner() bearableJunio C Hamano1-8/+20
2007-07-07Merge branch 'js/stash'Junio C Hamano2-1/+89
2007-07-07Merge branch 'jc/diff-mark'Junio C Hamano14-63/+336
2007-07-07Merge branch 'maint'Junio C Hamano2-1/+11
2007-07-07diff: honor binariness specified in attributesJunio C Hamano2-5/+21
2007-07-07Fix "apply --reverse" with regard to whitespaceJohannes Schindelin2-1/+11
2007-07-07diff-lib.c: don't strdup twiceRené Scharfe1-1/+1
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano3-71/+84
2007-07-06git-branch: default to --trackJohannes Schindelin1-1/+1
2007-07-06git-send-email: allow an email alias for --fromMichael Hendricks1-0/+2
2007-07-06cvsserver: always initialize state in argsplit()Frank Lichtenheld1-4/+4
2007-07-06stash: allow running from a subdirectoryJames Bowes1-0/+1
2007-07-06git-submodule(1): update description and key namesLars Hjemli1-3/+3
2007-07-06Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin9-40/+64
2007-07-06Add [verse] to the SYNOPSIS section of git-submodule.txt.Matt Kraai1-0/+1
2007-07-06Change "added.moved or removed" to "added, moved or removed" inMatt Kraai1-1/+1
2007-07-06Fixed a formulation mistake in Documentation/user-manual.txtMarcus Fritzsch1-7/+7
2007-07-06Teach git-stash to "apply --index"Johannes Schindelin2-1/+89
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano7-15/+256
2007-07-06Merge branch 'maint'Shawn O. Pearce2-4/+19
2007-07-06git-gui: Ensure windows shortcuts always have .bat extensionShawn O. Pearce1-0/+6
2007-07-06git-gui: Include a Push action on the left toolbarShawn O. Pearce1-0/+4
2007-07-06git-gui: Bind M1-P to push actionShawn O. Pearce1-1/+6
2007-07-06git-gui: Don't bind F5/M1-R in all windowsShawn O. Pearce1-3/+3
2007-07-06Future-proof source for changes in xdemitconf_tJohannes Schindelin6-10/+10
2007-07-06Introduce diff_filespec_is_binary()Junio C Hamano3-36/+39
2007-07-05Prefer EMAIL to username@hostname.Matt Kraai1-7/+12
2007-07-05make git-clone GIT_WORK_TREE awareMatthias Lederhofer1-7/+18
2007-07-05git-clone: split up long &&-command-chain and use a function for cleanupMatthias Lederhofer1-4/+13
2007-07-05fix remote.origin.url in tutorial.txtAlecs King1-1/+1
2007-07-05filter-branch: fail gracefully when a filter failsJohannes Schindelin2-11/+36
2007-07-05Add -v|--verbose to git remote to show remote urlAlex Riesen1-1/+13
2007-07-05filter-branch documentation: clarify which filters are eval'edJohannes Schindelin1-1/+2
2007-07-05git-stash: allow more descriptive reminder message when savingJunio C Hamano1-6/+19
2007-07-05Add urls.txt to git-clone man pageAndrew Ruder6-59/+63
2007-07-04Fix git-stash(1) markup.Junio C Hamano1-1/+1
2007-07-04Allow rebase to run if upstream is completely mergedJohannes Sixt2-4/+43
2007-07-04Remove USE_PAGER from git-pickaxe and git-annotateAndrew Ruder1-2/+2
2007-07-04git-svn: fix blocking with svn:// servers after do_switchEric Wong1-0/+1
2007-07-04git-gui: Correct resizing of remote branch delete dialogShawn O. Pearce1-2/+2
2007-07-04filter-branch documentation: some more touch-ups.Johannes Sixt1-7/+16
2007-07-04filter-branch: added missing warn functionSteffen Prohaska1-0/+4
2007-07-04Alter git-checkout reflog message to include "from" branchSean1-1/+2
2007-07-04git-init: set core.worktree if GIT_WORK_TREE is specifiedMatthias Lederhofer1-3/+37
2007-07-04Do not check if getcwd() result begins with a slash.Junio C Hamano1-4/+4
2007-07-04filter-branch: a few more touch ups to the man pageJohannes Schindelin1-5/+6
2007-07-04filter-branch: make output nicerJohannes Schindelin1-4/+4
2007-07-04Fix t5516 to create test repo without hooksAlex Riesen1-1/+2
2007-07-04filter-branch: Avoid an error message in the map function.Johannes Sixt1-2/+6
2007-07-04Handle format.subjectprefix for every command which accepts --prettyAlex Riesen1-7/+8
2007-07-04Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen1-1/+1
2007-07-04Update reflog message created for stashesJunio C Hamano1-1/+1
2007-07-04repack: don't report "Nothing new to pack." if -q is givenUwe Kleine-König1-1/+3
2007-07-04Add core.pager config variable.Brian Gernhardt5-0/+13
2007-07-04git-submodule: Fix two instances of the same typoCJ van den Berg1-2/+2
2007-07-04gitk: Remove the unused stopfindproc functionPaul Mackerras1-19/+0
2007-07-04gitk: Fix bug in the anc_or_desc routinePaul Mackerras1-1/+2
2007-07-04gitk: Fix the find and highlight functionsPaul Mackerras1-138/+185
2007-07-04git-gui: Start blame windows as tall as possibleShawn O. Pearce1-1/+2
2007-07-04Merge branch 'maint'Shawn O. Pearce1-1/+3
2007-07-04git-gui: Unlock the index when cancelling merge dialogShawn O. Pearce1-1/+3
2007-07-03Merge branch 'maint'Junio C Hamano6-4/+29